CygNet GCM Nomination Grid - Methods
This topic lists the methods available in the script editor for the CygNet GCM Nomination Grid.
| Property | Description |
|---|---|
|
The AboutBox method displays an About dialog box for the control. SyntaxAboutBox() ExampleThe following examples launch an About dialog box for the control. Copy
AboutBox
|
|
|
The ApplyUnitSet method changes the current units to a predefined set. |
|
|
The Clear method clears the contents and values of the object. |
|
|
The Export method exports the contents of the grid to a temporary CSV file and opens the file with the default spreadsheet viewer for the user to view and save to disk. |
|
|
The ExportToFile method exports the contents of the grid to a specified CSV file. |
|
|
The GetCellText method gets the text of the cell specified by row and column. |
|
|
The GetCellTextByFacility method gets the text of the cell specified by given Facilty and column. |
|
|
The Print method prints the contents of the control, grid, or viewer. When this method is called, the Print dialog box is shown to allow configuration. |
|
|
The Rebuild method re-reads the Group Service (GRP) hierarchy and Current Value Service (CVS), then redraws the grid and refreshes the data. |
|
|
The Refresh method refreshes the contents of the control from the Current Value Service (CVS). |
|
|
The StopAllActivity method stops all work if the grid is building. Call this method when closing the screen. |

